home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 5 (Internal Edition) / Apple R&P Lib Internal v5.0.iso / 6-Developer Demos / Developer Demos-Ed. / Macintosh School® CD-ROM Demo / Macintosh SchoolÆ CD-ROM Demo / background_58558.txt < prev    next >
Text File  |  1990-08-14  |  793b  |  38 lines

  1. -- background: 58558 from stack: in
  2. -- bmap block id: 82199
  3. -- flags: 2000
  4. -- background id: 0
  5. -- name: Module Overviews
  6. ----- HyperTalk script -----
  7. on doMenu menuItem
  8.   if menuItem contains "About" then
  9.     get short name of this card
  10.     go to card it of background "About"
  11.   else if menuItem is "Home" then
  12.     go home
  13.   else if menuItem contains "Quit" then
  14.     go to card "Mac School¬Æ Shell"
  15.   end if
  16. end doMenu
  17.  
  18.  
  19.  
  20. -- part 1 (button)
  21. -- low flags: 00
  22. -- high flags: 2000
  23. -- rect: left=4 top=30 right=61 bottom=35
  24. -- title width / last selected line: 0
  25. -- icon id / first selected line: 5053 / 5053
  26. -- text alignment: 1
  27. -- font id: 0
  28. -- text size: 12
  29. -- style flags: 0
  30. -- line height: 16
  31. -- part name: 
  32. ----- HyperTalk script -----
  33. on mouseUp
  34.   visual iris close
  35.   pop card
  36. end mouseUp
  37.  
  38.